Trivial grammar fix
authorMatthias Clasen <mclasen@redhat.com>
Sat, 4 Jan 2014 15:57:46 +0000 (10:57 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 4 Jan 2014 15:57:46 +0000 (10:57 -0500)
gtk/gtkaboutdialog.c

index a694a191ec1dd9b00dc8e1cf7433c7c7a0c8b6e0..80fc7c6b374ff819f871547164a4c7a30325da77 100644 (file)
@@ -66,7 +66,7 @@
  * opened when the user selects the <literal>About</literal> option from
  * the <literal>Help</literal> menu. All parts of the dialog are optional.
  *
- * About dialog often contain links and email addresses. GtkAboutDialog
+ * About dialogs often contain links and email addresses. GtkAboutDialog
  * displays these as clickable links. By default, it calls gtk_show_uri()
  * when a user clicks one. The behaviour can be overridden with the
  * #GtkAboutDialog::activate-link signal.